projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6299eb0
)
; * doc/lispref/threads.texi (Condition Variables): Fix wording.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 28 Jun 2025 19:17:06 +0000
(22:17 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 28 Jun 2025 19:17:06 +0000
(22:17 +0300)
doc/lispref/threads.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/threads.texi
b/doc/lispref/threads.texi
index 3a7c3815fb1eee8a4cac0d18092490e0453e1b30..3d9ebf080733c9a220fe20eeaa76288ffd60d3a0 100644
(file)
--- a/
doc/lispref/threads.texi
+++ b/
doc/lispref/threads.texi
@@
-257,7
+257,7
@@
calling this. Ordinarily a single waiting thread is woken by
@code{condition-notify}; but if @var{all} is not @code{nil}, then all
threads waiting on @var{cond} are notified.
-@code{condition-notify} releases the associated mutex
while waiting
.
+@code{condition-notify} releases the associated mutex.
This allows other threads to acquire the mutex in order to wait on the
condition.
@c why bother?